home *** CD-ROM | disk | FTP | other *** search
- I am trying to find out the dotted IP address of the machine to which a
- socket is connected. My program listens for connection attempts and accepts
- them, so I don't know the remote machine's address to begin with. I can
- call 'getpeername' and have it fill a sockaddr structure, but I don't know
- where to go from there. The sockaddr data structure consists of a family
- field and a 14 byte address array according to the winsock header file. I
- have tried calling 'inet_ntoa' with the address array to no avail.
- Any ideas?
-
- -Andy
- --
- (aoliver@jarthur.cs.hmc.edu)
- From news@bigblue.oit.unc.edu Thu Feb 24 13:51:49 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA14962; Thu, 24 Feb 1994 20:27:33 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA28157; Thu, 24 Feb 1994 20:18:26 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Feb 94 18:51:49 -0500
- From: dstocker@delphi.com
- Message-Id: <Z8zJWhl.dstocker@delphi.com>
- Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
- Sender: ses
- Subject: Port 70 not connecting under winsock/*
-
- As you have guesed OI am trying to connect to a gopher at port 70 thorugh the
- MERIT public dial up
- slip server. it will not connect under any software at port 70 it will send nu
- merous sync's, and nnot connect. It will, however, connect at ports 23 and 21.
- Please respond if you have a soloutions (oh, I am using the internal slip).
-
- Please respond via email if possible,
-
- David Stocker
- dstocker@delphi.com
- From news@bigblue.oit.unc.edu Fri Feb 25 02:26:59 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA21747; Thu, 24 Feb 1994 21:27:33 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA15346; Thu, 24 Feb 1994 21:26:54 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 02:26:59 GMT
- From: Funk.17@osu.edu (Rob Funk)
- Message-Id: <Funk.17.34.2D6D61F2@osu.edu>
- Organization: The Ohio State University
- Sender: ses
- References: <ghamer.762012285@superior>
- Subject: Re: Trumpet Winsock and the Dialer.
-
- In article <ghamer.762012285@superior> ghamer@superior.carleton.ca (Geoff Hamer) writes:
- >I'm having trouble getting the dialer in Trumpet Winsock to send
- >commands to my modem. I have an external 9600baud modem on COM1. The
- >modem works with many other applications in windows but not with
- >Winsock.
-
- >I have been trying to get the login.cmd script to work but I don't
- >even get a flicker from the modem lights when the script executes an
- >'output' command.
-
- >I have also tried the 'manual dial' option. What is the deal with
- >this? When I select it I get a flashing cursor in the Winsock window
- >but I'm unable to type anything but the <ESC> key.
-
- >I the 'External Slip' box selected and I have tried getting things to
- >work with the 'Hardware Handshake' box on and off. I'm assuming I just
- >have something set incorrectly. Anyone know what?
-
- Sounds to me like you haven't told winsock/tcpman what com port your modem is
- on.
-
- ---------- R o b F u n k -----------|-----------> Funk.17@osu.edu <----------
- "I'm just a soul whose intentions | OR: rfunk@magnus.acs.ohio-state.edu
- are good... Please don't let me | funkr@er4.eng.ohio-state.edu
- be misunderstood." | funk@cis.ohio-state.edu
- From news@bigblue.oit.unc.edu Fri Feb 25 02:31:16 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA24646; Thu, 24 Feb 1994 21:57:34 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA20475; Thu, 24 Feb 1994 21:31:11 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 02:31:16 GMT
- From: Funk.17@osu.edu (Rob Funk)
- Message-Id: <Funk.17.35.2D6D62F3@osu.edu>
- Organization: The Ohio State University
- Sender: ses
- References: <stevenmz.17.000C52F3@teleport.com>
- Subject: Re: Mosaic newsgroup?
-
- In article <stevenmz.17.000C52F3@teleport.com> stevenmz@teleport.com (Steven M. Ziuchkovski) writes:
- >From: stevenmz@teleport.com (Steven M. Ziuchkovski)
- >Subject: Mosaic newsgroup?
- >Date: Wed, 23 Feb 1994 12:19:21
-
- >Does anyone know of a newsgroup related to NCSA Mosaic?
-
- Not to Mosaic specifically, but to the Web in general:
- comp.infosystems.www
-
- (Don't forget, Mosaic is only one way of accessing the World Wide Web; Mosaic
- is not the Web.)
-
-
- ---------- R o b F u n k -----------|-----------> Funk.17@osu.edu <----------
- "I'm just a soul whose intentions | OR: rfunk@magnus.acs.ohio-state.edu
- are good... Please don't let me | funkr@er4.eng.ohio-state.edu
- be misunderstood." | funk@cis.ohio-state.edu
- From news@bigblue.oit.unc.edu Tue Feb 22 22:30:32 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA00782; Thu, 24 Feb 1994 22:57:33 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA17189; Thu, 24 Feb 1994 22:35:32 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 22 Feb 1994 22:30:32 GMT
- From: chungy2@goya.its.rpi.edu (Yau Felix Chung)
- Message-Id: <2ke129$s3g@usenet.rpi.edu>
- Organization: Rensselaer Polytechnic Institute, Troy NY
- Sender: ses
- References: <stevenmz.7.0016772A@teleport.com>
- Subject: Re: wsfngr11.zip on sparky.umd.edu
-
- In article <stevenmz.7.0016772A@teleport.com>,
- Steven M. Ziuchkovski <stevenmz@teleport.com> wrote:
- >Someone posted an announcement about a new finger client on sparky.umd.edu, in
- >/pub/winsock. I ftped there and there was nothing there. Was there a mistake?
- >
- >Steve
- >
-
-
- They seem to have problem with the new ftp deamon so "dir" will give
- you no listings. Try "ls" instead. The file and others are there.
-
- -F.
- From news@bigblue.oit.unc.edu Thu Feb 24 20:39:20 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA03909; Thu, 24 Feb 1994 23:27:33 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA17909; Thu, 24 Feb 1994 23:00:48 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Feb 1994 20:39:20 GMT
- From: bonnet@ub.com (Michael J. Bonnet)
- Message-Id: <bonnet.36.000CA83A@ub.com>
- Organization: Ungermann-Bass
- Sender: ses
- Subject: Looking for a domain name server
-
- Everybody is looking for something, I'm looking for a Windows Sockets
- based Domain Name Server ("named" if you will).
-
- Is there a free one out there?
-
-
- -
- --
- --- SIG
- "Anyone can do any amount | Michael Bonnet |The opinions expressed
- of work,provided it isn't | Voice: +1 408 562 5662 |here are mine...
- the work he's supposed to | Internet: bonnet@ub.com |yadda yadda yadda
- be doing at the moment." | Postal: 738 Spindrift Dr |
- "Robert Benchley" | San Jose, CA 95134 USA |
-
- EOF
- From news@bigblue.oit.unc.edu Fri Feb 25 04:00:31 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA03966; Thu, 24 Feb 1994 23:28:03 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA26622; Thu, 24 Feb 1994 23:08:21 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 04:00:31 GMT
- From: jackson@w3.me.ntu.edu.tw (Jackson Weng)
- Message-Id: <jackson.2.000C0237@w3.me.ntu.edu.tw>
- Organization: NTNU, Taiwan, R.O.C.
- Sender: ses
- Subject: Error retriving mail on Trumpet Mail?
-
- To ALL,
-
- I got the error message "Error retriving mail" when I use Trumpet Mail
- to connect to my pop3 mail server.
-
- HELP,
- Jackson
- From news@bigblue.oit.unc.edu Thu Feb 24 18:24:18 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA06937; Thu, 24 Feb 1994 23:57:36 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA12435; Thu, 24 Feb 1994 23:34:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Feb 1994 23:24:18 -0500
- From: wentwort@tiac.net (Dick Wentworth)
- Message-Id: <wentwort-240294232418@trader.tiac.net>
- Organization: The Internet Access Company
- Sender: ses
- Subject: System config. for Winsock? Help!
-
- I'm an experienced Mac user who wants to connect a PC to the Internet using
- PPP. I'm going to buy a system to do this as soon as I figure out the best
- (cheapest, yet effective) configuration.
-
- I need sufficient speed to keep Mosaic from bogging down too much, but
- that's about it. What hardware and system software can I get by with?
- What TCP/IP and client software is available as shareware or freeware?
- What will I have to buy from commercial vendors? Can I do this for under
- $1000?
-
- Appreciate answers to all or any part of these questions.
-
- Thanks in advance,
-
- Dick Wentworth
- From news@bigblue.oit.unc.edu Fri Feb 25 06:57:50 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA11042; Fri, 25 Feb 1994 00:27:34 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA04700; Thu, 24 Feb 1994 23:59:01 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 06:57:50 GMT
- From: hammonds@anlpns.pns.anl.gov (John P. Hammonds)
- Message-Id: <hammonds.24.0000F6CC@anlpns.pns.anl.gov>
- Organization: Argonne Natl Lab Intense Pulsed Neutron Source
- Sender: ses
- References: <2khi7h$8nl@soc2.pop.psu.edu>, <2khitj$46p@apakabar.cc.columbia.edu>
- Subject: Re: mosaic .au files.
-
- In article <2khitj$46p@apakabar.cc.columbia.edu> jel8@konichiwa.cc.columbia.edu (Jason E Levine) writes:
- >From: jel8@konichiwa.cc.columbia.edu (Jason E Levine)
- >Subject: Re: mosaic .au files.
- >Date: 24 Feb 1994 06:53:39 GMT
-
- >In article <2khi7h$8nl@soc2.pop.psu.edu>,
- >Oleg Zabluda <zabluda@math.psu.edu> wrote:
- >>I am trying to istall Mosaic. Everything works fine but audio files.
- >>I am trying to use wplany as an external viewer with my speaker. When I click
- >>on the "audio" button mosaic translates file, starts wplany and then wplany
- >>gives me massage : " A device ID has been used is out of range for your system"
- >>I don't have a soundcard but I think wplany works with speaker.
-
- >I bet it's that .AU files are 16-bit sound files, and the PC speaker driver
- >(if you have it installed at all, which you may not) only supports 8-bit
- >sound. I have a program called WHAM (Waveform Hold and Modify, if I am not
- >mistaken) that I picked up off of one of the standard PC FTP sites... it
- >will convert them to 8-bit sounds and play them. (Not automatically,
- >though; I double-click on the audio link in Mosaic, WHAM loads up with the
- >.AU file loaded in, and then I have to select "Convert to 8-bit".)
-
- >Hope that this helps.
-
- >Jason
-
- >Jason Levine +---------------------------+ Jason Levine
- >318 Schapiro Hall | Send electronic mail to: | 1035 Park Avenue
- >605-15 West 115th Street | Jason.Levine@columbia.edu | Apartment 2B
- >NY NY USA 10025 +---------------------------+ NY NY USA 10028
- I have tried to install WHAM with Mosaic to no avail. I am using the SPEAK
- speaker driver. Can you post or Email some instructions on how to set this up?
-
- Thanks
- John Hammonds
-
-